updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

View File

@@ -1,26 +1,26 @@
{
"_from": "is-path-inside@^1.0.0",
"_id": "is-path-inside@1.0.1",
"_from": "is-path-inside@^2.1.0",
"_id": "is-path-inside@2.1.0",
"_inBundle": false,
"_integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
"_integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
"_location": "/is-path-inside",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-path-inside@^1.0.0",
"raw": "is-path-inside@^2.1.0",
"name": "is-path-inside",
"escapedName": "is-path-inside",
"rawSpec": "^1.0.0",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/is-path-in-cwd"
],
"_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
"_shasum": "8ef5b7de50437a3fdca6b4e865ef7aa55cb48036",
"_spec": "is-path-inside@^1.0.0",
"_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
"_shasum": "7c9810587d659a40d27bcdb4d5616eab059494b2",
"_spec": "is-path-inside@^2.1.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\is-path-in-cwd",
"author": {
"name": "Sindre Sorhus",
@@ -32,19 +32,21 @@
},
"bundleDependencies": false,
"dependencies": {
"path-is-inside": "^1.0.1"
"path-is-inside": "^1.0.2"
},
"deprecated": false,
"description": "Check if a path is inside another path",
"devDependencies": {
"ava": "*",
"xo": "*"
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=6"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/is-path-inside#readme",
"keywords": [
@@ -63,7 +65,7 @@
"url": "git+https://github.com/sindresorhus/is-path-inside.git"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"version": "1.0.1"
"version": "2.1.0"
}