123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- {
- "raw": "should-equal@^1.0.0",
- "scope": null,
- "escapedName": "should-equal",
- "name": "should-equal",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/should"
- ]
- ],
- "_from": "should-equal@>=1.0.0 <2.0.0",
- "_id": "should-equal@1.0.1",
- "_inCache": true,
- "_location": "/should-equal",
- "_nodeVersion": "6.3.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/should-equal-1.0.1.tgz_1470751234188_0.5579364374279976"
- },
- "_npmUser": {
- "name": "btd",
- "email": "bardadymchik@gmail.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "should-equal@^1.0.0",
- "scope": null,
- "escapedName": "should-equal",
- "name": "should-equal",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/should"
- ],
- "_resolved": "https://registry.npmjs.org/should-equal/-/should-equal-1.0.1.tgz",
- "_shasum": "0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7",
- "_shrinkwrap": null,
- "_spec": "should-equal@^1.0.0",
- "_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/equal/issues"
- },
- "dependencies": {
- "should-type": "^1.0.0"
- },
- "description": "Deep comparison of 2 instances for should.js",
- "devDependencies": {
- "eslint": "^3.0.0",
- "eslint-config-shouldjs": "^1.0.2",
- "mocha": "latest",
- "mocha-better-spec-reporter": "latest",
- "rollup": "0.34.7"
- },
- "directories": {},
- "dist": {
- "shasum": "0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7",
- "tarball": "https://registry.npmjs.org/should-equal/-/should-equal-1.0.1.tgz"
- },
- "files": [
- "cjs/*",
- "es6/*",
- "README.md",
- "LICENSE"
- ],
- "gitHead": "1ece8136b2f3a19706aad2c80b2afb9f94f1fb5a",
- "homepage": "https://github.com/shouldjs/equal",
- "jsnext:main": "es6/should-equal.js",
- "keywords": [
- "should.js",
- "deep",
- "equal"
- ],
- "license": "MIT",
- "main": "cjs/should-equal.js",
- "maintainers": [
- {
- "name": "btd",
- "email": "bardadymchik@gmail.com"
- }
- ],
- "name": "should-equal",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/shouldjs/equal.git"
- },
- "scripts": {
- "build": "npm run cjs && npm run es6",
- "cjs": "rollup --format=cjs --output=cjs/should-equal.js index.js",
- "es6": "rollup --format=es6 --output=es6/should-equal.js index.js",
- "prepublish": "npm run build",
- "pretest": "npm run build",
- "test": "mocha --ui bdd -R mocha-better-spec-reporter test.js"
- },
- "version": "1.0.1"
- }
|