UNPKG

react-scripts

Version:
101 lines (100 loc) 2.47 kB
{ "_args": [ [ { "raw": "testcheck@^0.1.0", "scope": null, "escapedName": "testcheck", "name": "testcheck", "rawSpec": "^0.1.0", "spec": ">=0.1.0 <0.2.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/jasmine-check" ] ], "_from": "testcheck@>=0.1.0 <0.2.0", "_id": "testcheck@0.1.4", "_inCache": true, "_location": "/testcheck", "_nodeVersion": "0.10.35", "_npmUser": { "name": "leebyron", "email": "lee@leebyron.com" }, "_npmVersion": "2.2.0", "_phantomChildren": {}, "_requested": { "raw": "testcheck@^0.1.0", "scope": null, "escapedName": "testcheck", "name": "testcheck", "rawSpec": "^0.1.0", "spec": ">=0.1.0 <0.2.0", "type": "range" }, "_requiredBy": [ "/jasmine-check" ], "_resolved": "https://registry.npmjs.org/testcheck/-/testcheck-0.1.4.tgz", "_shasum": "90056edd48d11997702616ce6716f197d8190164", "_shrinkwrap": null, "_spec": "testcheck@^0.1.0", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/jasmine-check", "author": { "name": "Lee Byron", "url": "https://github.com/leebyron" }, "bugs": { "url": "https://github.com/leebyron/testcheck-js/issues" }, "dependencies": {}, "description": "Property testing for JavaScript", "devDependencies": { "jasmine-node": "^1.14.5" }, "directories": {}, "dist": { "shasum": "90056edd48d11997702616ce6716f197d8190164", "tarball": "https://registry.npmjs.org/testcheck/-/testcheck-0.1.4.tgz" }, "engines": { "node": ">=0.8.0" }, "files": [ "dist", "README.md", "LICENSE" ], "gitHead": "75aa5a78a315f7755dac6051068ba20ff8c58e3f", "homepage": "https://github.com/leebyron/testcheck-js", "keywords": [ "test", "unit test", "property test", "quickcheck", "doublecheck", "testcheck", "generative" ], "license": "BSD", "main": "dist/testcheck.js", "maintainers": [ { "name": "leebyron", "email": "lee@leebyron.com" } ], "name": "testcheck", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/leebyron/testcheck-js.git" }, "scripts": { "build": "./resources/build.sh", "test": "jasmine-node spec/" }, "version": "0.1.4" }