123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- "reusify@^1.0.4",
- "/home/lyxaira/Artesanias/artesanias/node_modules/fastq"
- ]
- ],
- "_from": "reusify@>=1.0.4 <2.0.0",
- "_id": "reusify@1.0.4",
- "_inCache": true,
- "_installable": true,
- "_location": "/reusify",
- "_nodeVersion": "8.9.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/reusify-1.0.4.tgz_1516958898700_0.8839292053598911"
- },
- "_npmUser": {
- "email": "hello@matteocollina.com",
- "name": "matteo.collina"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "reusify",
- "raw": "reusify@^1.0.4",
- "rawSpec": "^1.0.4",
- "scope": null,
- "spec": ">=1.0.4 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/fastq"
- ],
- "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
- "_shasum": "90da382b1e126efc02146e90845a88db12925d76",
- "_shrinkwrap": null,
- "_spec": "reusify@^1.0.4",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/fastq",
- "author": {
- "email": "hello@matteocollina.com",
- "name": "Matteo Collina"
- },
- "bugs": {
- "url": "https://github.com/mcollina/reusify/issues"
- },
- "dependencies": {},
- "description": "Reuse objects and functions with style",
- "devDependencies": {
- "coveralls": "^2.13.3",
- "faucet": "0.0.1",
- "istanbul": "^0.4.5",
- "pre-commit": "^1.2.2",
- "standard": "^10.0.3",
- "tape": "^4.8.0"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "shasum": "90da382b1e126efc02146e90845a88db12925d76",
- "tarball": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
- },
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- },
- "gitHead": "89420d4369258d0b768aaebfb1843951193d315d",
- "homepage": "https://github.com/mcollina/reusify#readme",
- "keywords": [
- "fast",
- "function",
- "object",
- "performance",
- "reuse"
- ],
- "license": "MIT",
- "main": "reusify.js",
- "maintainers": [
- {
- "name": "matteo.collina",
- "email": "hello@matteocollina.com"
- }
- ],
- "name": "reusify",
- "optionalDependencies": {},
- "pre-commit": [
- "lint",
- "test"
- ],
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mcollina/reusify.git"
- },
- "scripts": {
- "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
- "istanbul": "istanbul cover tape test.js",
- "lint": "standard",
- "test": "tape test.js | faucet"
- },
- "version": "1.0.4"
- }
|