UNPKG

react-scripts

Version:
93 lines (92 loc) 2.18 kB
{ "_args": [ [ "testcheck@^0.1.0", "/Users/dan/p/create-react-app/node_modules/jasmine-check" ] ], "_from": "testcheck@>=0.1.0 <0.2.0", "_id": "testcheck@0.1.4", "_inCache": true, "_installable": true, "_location": "/testcheck", "_nodeVersion": "0.10.35", "_npmUser": { "email": "lee@leebyron.com", "name": "leebyron" }, "_npmVersion": "2.2.0", "_phantomChildren": {}, "_requested": { "name": "testcheck", "raw": "testcheck@^0.1.0", "rawSpec": "^0.1.0", "scope": null, "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": "/Users/dan/p/create-react-app/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": [ "LICENSE", "README.md", "dist" ], "gitHead": "75aa5a78a315f7755dac6051068ba20ff8c58e3f", "homepage": "https://github.com/leebyron/testcheck-js", "keywords": [ "doublecheck", "generative", "property test", "quickcheck", "test", "testcheck", "unit test" ], "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" }