UNPKG

nyc

Version:

the Istanbul command line interface

85 lines (84 loc) 1.91 kB
{ "_args": [ [ "caching-transform@1.0.1", "/Users/benjamincoe/oss/nyc" ] ], "_from": "caching-transform@1.0.1", "_id": "caching-transform@1.0.1", "_inBundle": false, "_integrity": "sha1-bb2y8g+Nj7znnz6U6dF0Lc31wKE=", "_location": "/caching-transform", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "caching-transform@1.0.1", "name": "caching-transform", "escapedName": "caching-transform", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-1.0.1.tgz", "_spec": "1.0.1", "_where": "/Users/benjamincoe/oss/nyc", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "bugs": { "url": "https://github.com/jamestalmage/caching-transform/issues" }, "dependencies": { "md5-hex": "^1.2.0", "mkdirp": "^0.5.1", "write-file-atomic": "^1.1.4" }, "description": "Wraps a transform and provides caching", "devDependencies": { "ava": "^0.8.0", "coveralls": "^2.11.6", "mock-fs": "^3.5.0", "nyc": "5.0.1", "proxyquire": "^1.7.3", "sinon": "^1.17.2", "xo": "^0.12.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jamestalmage/caching-transform#readme", "keywords": [ "transform", "cache", "require", "transpile", "fast", "speed", "hash" ], "license": "MIT", "name": "caching-transform", "repository": { "type": "git", "url": "git+https://github.com/jamestalmage/caching-transform.git" }, "scripts": { "test": "xo && nyc --reporter=lcov --reporter=text ava" }, "version": "1.0.1", "xo": { "ignores": [ "test.js" ] } }