UNPKG

d2-ui

Version:
101 lines (100 loc) 2.96 kB
{ "_args": [ [ "is-subset@^0.1.1", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/enzyme" ] ], "_from": "is-subset@>=0.1.1 <0.2.0", "_id": "is-subset@0.1.1", "_inCache": true, "_installable": true, "_location": "/is-subset", "_npmUser": { "email": "t.wiszniewski@gmail.com", "name": "tomekwi" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "name": "is-subset", "raw": "is-subset@^0.1.1", "rawSpec": "^0.1.1", "scope": null, "spec": ">=0.1.1 <0.2.0", "type": "range" }, "_requiredBy": [ "/enzyme" ], "_resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz", "_shasum": "8a59117d932de1de00f245fcdd39ce43f1e939a6", "_shrinkwrap": null, "_spec": "is-subset@^0.1.1", "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/enzyme", "author": { "email": "t.wiszniewski@gmail.com", "name": "Tomek Wiszniewski" }, "bugs": { "url": "https://github.com/studio-b12/is-subset/issues" }, "dependencies": {}, "description": "Check if an object is contained within another one", "devDependencies": { "babel": "5.1.13", "coveralls": "2.11.2", "isparta": "3.0.3", "jshint": "2.7.0", "nodangel": "1.3.8", "tap-spec": "2.2.2", "tape-catch": "1.0.4" }, "directories": {}, "dist": { "shasum": "8a59117d932de1de00f245fcdd39ce43f1e939a6", "tarball": "http://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz" }, "files": [ "/*.js", "/module/", "/test/", "/Readme.md", "/License.md" ], "gitHead": "7fd0082aa9d2d98c4f868d5ba38c7cda60f09933", "homepage": "https://github.com/studio-b12/is-subset", "keywords": [ "contains", "contain", "object", "superset", "deep-equal", "equal" ], "license": "MIT", "maintainers": [ { "email": "t.wiszniewski@gmail.com", "name": "tomekwi" } ], "name": "is-subset", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/studio-b12/is-subset.git" }, "scripts": { "build": "cd module && babel --out-dir ../ *.js", "clean": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean` trash can' && git clean --force -d && git reset --hard && echo '\nclean: Uncommitted and ignored files have been moved to git’s stash. To restore them run `git stash pop --quiet; git checkout .gitignore`.'", "coverage": "isparta cover test.js", "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls", "develop": "nodangel --ignore node_modules --exec 'npm run test:lite'", "prepublish": "npm run clean && npm run build", "test": "jshint . && npm run test:lite", "test:lite": "babel-node test.js | tap-spec" }, "version": "0.1.1" }