UNPKG

react-scripts

Version:
102 lines (101 loc) 2.61 kB
{ "_args": [ [ { "raw": "ieee754@^1.1.4", "scope": null, "escapedName": "ieee754", "name": "ieee754", "rawSpec": "^1.1.4", "spec": ">=1.1.4 <2.0.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/buffer" ] ], "_from": "ieee754@>=1.1.4 <2.0.0", "_id": "ieee754@1.1.6", "_inCache": true, "_location": "/ieee754", "_nodeVersion": "0.12.3", "_npmUser": { "name": "feross", "email": "feross@feross.org" }, "_npmVersion": "2.9.1", "_phantomChildren": {}, "_requested": { "raw": "ieee754@^1.1.4", "scope": null, "escapedName": "ieee754", "name": "ieee754", "rawSpec": "^1.1.4", "spec": ">=1.1.4 <2.0.0", "type": "range" }, "_requiredBy": [ "/buffer" ], "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.6.tgz", "_shasum": "2e1013219c6d6712973ec54d981ec19e5579de97", "_shrinkwrap": null, "_spec": "ieee754@^1.1.4", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/buffer", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bugs": { "url": "https://github.com/feross/ieee754/issues" }, "contributors": [ { "name": "Romain Beauxis", "email": "toots@rastageeks.org" } ], "dependencies": {}, "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", "devDependencies": { "standard": "^4.1.1", "tape": "^4.0.0", "zuul": "^3.0.0" }, "directories": {}, "dist": { "shasum": "2e1013219c6d6712973ec54d981ec19e5579de97", "tarball": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.6.tgz" }, "gitHead": "d3b4a18991a20dd7977e32fe2e6cec1b73efe53d", "homepage": "https://github.com/feross/ieee754#readme", "keywords": [ "ieee754", "IEEE 754", "floating point", "buffer", "convert" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "feross", "email": "feross@feross.org" } ], "name": "ieee754", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/feross/ieee754.git" }, "scripts": { "test": "standard && npm run test-node && npm run test-browser", "test-browser": "zuul -- test/*.js", "test-browser-local": "zuul --local -- test/*.js", "test-node": "tape test/*.js" }, "version": "1.1.6" }