liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_from": "should-format@^3.0.3",
  "_id": "should-format@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==",
  "_location": "/should-format",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "should-format@^3.0.3",
    "name": "should-format",
    "escapedName": "should-format",
    "rawSpec": "^3.0.3",
    "saveSpec": null,
    "fetchSpec": "^3.0.3"
  },
  "_requiredBy": [
    "/should"
  ],
  "_resolved": "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz",
  "_shasum": "9bfc8f74fa39205c53d38c34d717303e277124f1",
  "_spec": "should-format@^3.0.3",
  "_where": "/home/l/plc/node-red/node_modules/should",
  "author": {
    "name": "Denis Bardadym",
    "email": "bardadymchik@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shouldjs/format/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "should-type": "^1.3.0",
    "should-type-adaptors": "^1.0.1"
  },
  "deprecated": false,
  "description": "Formatting of objects for should.js",
  "devDependencies": {
    "browserify": "latest",
    "eslint": "^3.2.2",
    "eslint-config-shouldjs": "^1.0.2",
    "mocha": "latest",
    "mocha-better-spec-reporter": "latest",
    "rollup": "0.34.7"
  },
  "files": [
    "cjs/*",
    "es6/*",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/shouldjs/format#readme",
  "jsnext:main": "es6/should-format.js",
  "keywords": [
    "should",
    "format"
  ],
  "license": "MIT",
  "main": "cjs/should-format.js",
  "name": "should-format",
  "repository": {
    "type": "git",
    "url": "git://github.com/shouldjs/format.git"
  },
  "scripts": {
    "browserify": "rm tests/browser/tests.js && browserify tests/test.js >> tests/browser/tests.js",
    "build": "npm run cjs && npm run es6",
    "cjs": "rollup --format=cjs --output=cjs/should-format.js index.js",
    "es6": "rollup --format=es --output=es6/should-format.js index.js",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "mocha --harmony_simd -R mocha-better-spec-reporter tests/test.js"
  },
  "version": "3.0.3"
}