12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "lodash",
- "version": "0.9.2",
- "description": "A utility library delivering consistency, customization, performance, and extras.",
- "homepage": "http://lodash.com",
- "license": "MIT",
- "main": "./lodash.js",
- "keywords": [
- "browser",
- "client",
- "functional",
- "performance",
- "server",
- "speed",
- "util"
- ],
- "author": {
- "name": "John-David Dalton",
- "email": "john.david.dalton@gmail.com",
- "url": "http://allyoucanleet.com/"
- },
- "contributors": [
- {
- "name": "John-David Dalton",
- "email": "john.david.dalton@gmail.com",
- "url": "http://allyoucanleet.com/"
- },
- {
- "name": "Blaine Bublitz",
- "email": "blaine@iceddev.com",
- "url": "http://iceddev.com/"
- },
- {
- "name": "Kit Cambridge",
- "email": "github@kitcambridge.be",
- "url": "http://kitcambridge.be/"
- },
- {
- "name": "Mathias Bynens",
- "email": "mathias@qiwi.be",
- "url": "http://mathiasbynens.be/"
- }
- ],
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/lodash/lodash.git"
- },
- "engines": [
- "node",
- "rhino"
- ],
- "jam": {
- "main": "./lodash.js"
- },
- "_id": "lodash@0.9.2",
- "dist": {
- "shasum": "8f3499c5245d346d682e5b0d3b40767e09f1a92c",
- "tarball": "http://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz"
- },
- "_from": "lodash@~0.9.2",
- "_npmVersion": "1.2.24",
- "_npmUser": {
- "name": "jdalton",
- "email": "john.david.dalton@gmail.com"
- },
- "maintainers": [
- {
- "name": "jdalton",
- "email": "john.david.dalton@gmail.com"
- }
- ],
- "directories": {},
- "_shasum": "8f3499c5245d346d682e5b0d3b40767e09f1a92c",
- "_resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz",
- "readme": "ERROR: No README data found!"
- }
|