123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- {
- "raw": "should-format@^3.0.2",
- "scope": null,
- "escapedName": "should-format",
- "name": "should-format",
- "rawSpec": "^3.0.2",
- "spec": ">=3.0.2 <4.0.0",
- "type": "range"
- },
- "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/should"
- ]
- ],
- "_from": "should-format@>=3.0.2 <4.0.0",
- "_id": "should-format@3.0.3",
- "_inCache": true,
- "_location": "/should-format",
- "_nodeVersion": "7.4.0",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/should-format-3.0.3.tgz_1486384436130_0.47449495852924883"
- },
- "_npmUser": {
- "name": "btd",
- "email": "bardadymchik@gmail.com"
- },
- "_npmVersion": "3.10.8",
- "_phantomChildren": {},
- "_requested": {
- "raw": "should-format@^3.0.2",
- "scope": null,
- "escapedName": "should-format",
- "name": "should-format",
- "rawSpec": "^3.0.2",
- "spec": ">=3.0.2 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/should"
- ],
- "_resolved": "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz",
- "_shasum": "9bfc8f74fa39205c53d38c34d717303e277124f1",
- "_shrinkwrap": null,
- "_spec": "should-format@^3.0.2",
- "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/should",
- "author": {
- "name": "Denis Bardadym",
- "email": "bardadymchik@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/shouldjs/format/issues"
- },
- "dependencies": {
- "should-type": "^1.3.0",
- "should-type-adaptors": "^1.0.1"
- },
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "9bfc8f74fa39205c53d38c34d717303e277124f1",
- "tarball": "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz"
- },
- "files": [
- "cjs/*",
- "es6/*",
- "README.md",
- "LICENSE"
- ],
- "gitHead": "b30a3b5e209dee804ee2791ff58aabcbb7fcb4a4",
- "homepage": "https://github.com/shouldjs/format#readme",
- "jsnext:main": "es6/should-format.js",
- "keywords": [
- "should",
- "format"
- ],
- "license": "MIT",
- "main": "cjs/should-format.js",
- "maintainers": [
- {
- "name": "btd",
- "email": "bardadymchik@gmail.com"
- }
- ],
- "name": "should-format",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|