summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/flat-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/flat-cache/package.json')
-rw-r--r--tools/eslint/node_modules/flat-cache/package.json61
1 files changed, 13 insertions, 48 deletions
diff --git a/tools/eslint/node_modules/flat-cache/package.json b/tools/eslint/node_modules/flat-cache/package.json
index 0bd37edaa6..a540a264c9 100644
--- a/tools/eslint/node_modules/flat-cache/package.json
+++ b/tools/eslint/node_modules/flat-cache/package.json
@@ -1,50 +1,27 @@
{
- "_args": [
- [
- {
- "raw": "flat-cache@^1.2.1",
- "scope": null,
- "escapedName": "flat-cache",
- "name": "flat-cache",
- "rawSpec": "^1.2.1",
- "spec": ">=1.2.1 <2.0.0",
- "type": "range"
- },
- "/Users/trott/io.js/tools/node_modules/file-entry-cache"
- ]
- ],
- "_from": "flat-cache@>=1.2.1 <2.0.0",
+ "_from": "flat-cache@^1.2.1",
"_id": "flat-cache@1.2.2",
- "_inCache": true,
- "_location": "/flat-cache",
- "_nodeVersion": "6.9.1",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/flat-cache-1.2.2.tgz_1482199463409_0.13759022881276906"
- },
- "_npmUser": {
- "name": "royriojas",
- "email": "royriojas@gmail.com"
- },
- "_npmVersion": "3.10.8",
+ "_inBundle": false,
+ "_integrity": "sha1-+oZxTnLCHbiGAXYezy9VXRq8a5Y=",
+ "_location": "/eslint/flat-cache",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "flat-cache@^1.2.1",
- "scope": null,
- "escapedName": "flat-cache",
"name": "flat-cache",
+ "escapedName": "flat-cache",
"rawSpec": "^1.2.1",
- "spec": ">=1.2.1 <2.0.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "^1.2.1"
},
"_requiredBy": [
- "/file-entry-cache"
+ "/eslint/file-entry-cache"
],
"_resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.2.2.tgz",
"_shasum": "fa86714e72c21db88601761ecf2f555d1abc6b96",
- "_shrinkwrap": null,
"_spec": "flat-cache@^1.2.1",
- "_where": "/Users/trott/io.js/tools/node_modules/file-entry-cache",
+ "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/file-entry-cache",
"author": {
"name": "Roy Riojas",
"url": "http://royriojas.com"
@@ -52,6 +29,7 @@
"bugs": {
"url": "https://github.com/royriojas/flat-cache/issues"
},
+ "bundleDependencies": false,
"changelogx": {
"ignoreRegExp": [
"BLD: Release",
@@ -70,6 +48,7 @@
"graceful-fs": "^4.1.2",
"write": "^0.2.1"
},
+ "deprecated": false,
"description": "A stupidly simple key/value storage using files to persist some data",
"devDependencies": {
"chai": "^3.2.0",
@@ -86,11 +65,6 @@
"sinon-chai": "^2.8.0",
"watch-run": "^1.2.2"
},
- "directories": {},
- "dist": {
- "shasum": "fa86714e72c21db88601761ecf2f555d1abc6b96",
- "tarball": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.2.2.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
@@ -98,7 +72,6 @@
"cache.js",
"utils.js"
],
- "gitHead": "9fdf499efd3dfb950e563ed7486623d7dc3e26c8",
"homepage": "https://github.com/royriojas/flat-cache#readme",
"keywords": [
"json cache",
@@ -110,21 +83,13 @@
],
"license": "MIT",
"main": "cache.js",
- "maintainers": [
- {
- "name": "royriojas",
- "email": "royriojas@gmail.com"
- }
- ],
"name": "flat-cache",
- "optionalDependencies": {},
"precommit": [
"npm run verify --silent"
],
"prepush": [
"npm run verify --silent"
],
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/royriojas/flat-cache.git"