summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash._getnative/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lodash._getnative/package.json')
-rw-r--r--deps/npm/node_modules/lodash._getnative/package.json55
1 files changed, 40 insertions, 15 deletions
diff --git a/deps/npm/node_modules/lodash._getnative/package.json b/deps/npm/node_modules/lodash._getnative/package.json
index 455383d29f..15638367bd 100644
--- a/deps/npm/node_modules/lodash._getnative/package.json
+++ b/deps/npm/node_modules/lodash._getnative/package.json
@@ -1,15 +1,38 @@
{
- "name": "lodash._getnative",
- "version": "3.9.1",
- "description": "The modern build of lodash’s internal `getNative` as a module.",
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "license": "MIT",
+ "_from": "lodash._getnative@*",
+ "_id": "lodash._getnative@3.9.1",
+ "_integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
+ "_location": "/lodash._getnative",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "lodash._getnative@*",
+ "name": "lodash._getnative",
+ "escapedName": "lodash._getnative",
+ "rawSpec": "*",
+ "saveSpec": null,
+ "fetchSpec": "*"
+ },
+ "_requiredBy": [
+ "/",
+ "/lodash._createcache"
+ ],
+ "_resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
+ "_shasum": "570bc7dede46d61cdcde687d65d3eecbaa3aaff5",
+ "_shrinkwrap": null,
+ "_spec": "lodash._getnative@*",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
+ "bin": null,
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
+ "bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
@@ -37,6 +60,16 @@
"url": "https://mathiasbynens.be/"
}
],
+ "dependencies": {},
+ "deprecated": false,
+ "description": "The modern build of lodash’s internal `getNative` as a module.",
+ "devDependencies": {},
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "license": "MIT",
+ "name": "lodash._getnative",
+ "optionalDependencies": {},
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lodash/lodash.git"
@@ -44,13 +77,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
- "readme": "# lodash._getnative v3.9.1\n\nThe [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) internal `getNative` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.\n\n## Installation\n\nUsing npm:\n\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash._getnative\n```\n\nIn Node.js/io.js:\n\n```js\nvar getNative = require('lodash._getnative');\n```\n\nSee the [package source](https://github.com/lodash/lodash/blob/3.9.1-npm-packages/lodash._getnative) for more details.\n",
- "readmeFilename": "README.md",
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "_id": "lodash._getnative@3.9.1",
- "_shasum": "570bc7dede46d61cdcde687d65d3eecbaa3aaff5",
- "_resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
- "_from": "lodash._getnative@3.9.1"
+ "version": "3.9.1"
}