123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- {
- "_args": [
- [
- {
- "raw": "map-visit@^1.0.0",
- "scope": null,
- "escapedName": "map-visit",
- "name": "map-visit",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/collection-visit"
- ]
- ],
- "_from": "map-visit@>=1.0.0 <2.0.0",
- "_id": "map-visit@1.0.0",
- "_inCache": true,
- "_location": "/map-visit",
- "_nodeVersion": "7.7.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/map-visit-1.0.0.tgz_1491774214052_0.825954457744956"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "4.1.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "map-visit@^1.0.0",
- "scope": null,
- "escapedName": "map-visit",
- "name": "map-visit",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/collection-visit"
- ],
- "_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
- "_shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
- "_shrinkwrap": null,
- "_spec": "map-visit@^1.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/collection-visit",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/map-visit/issues"
- },
- "contributors": [
- {
- "name": "Brian Woodward",
- "email": "brian.woodward@gmail.com",
- "url": "https://twitter.com/doowb"
- },
- {
- "name": "Jon Schlinkert",
- "email": "jon.schlinkert@sellside.com",
- "url": "http://twitter.com/jonschlinkert"
- }
- ],
- "dependencies": {
- "object-visit": "^1.0.0"
- },
- "description": "Map `visit` over an array of objects.",
- "devDependencies": {
- "clone-deep": "^0.2.4",
- "extend-shallow": "^2.0.1",
- "gulp-format-md": "^0.1.12",
- "lodash": "^4.17.4",
- "mocha": "^3.2.0"
- },
- "directories": {},
- "dist": {
- "shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
- "tarball": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "73bcd8385c9520c595a825486f19623a5e0550f0",
- "homepage": "https://github.com/jonschlinkert/map-visit",
- "keywords": [
- "array",
- "arrays",
- "function",
- "helper",
- "invoke",
- "key",
- "map",
- "method",
- "object",
- "objects",
- "value",
- "visit",
- "visitor"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- },
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "map-visit",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/map-visit.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "lint": {
- "reflinks": true
- },
- "related": {
- "list": [
- "collection-visit",
- "object-visit"
- ]
- },
- "reflinks": [
- "verb",
- "verb-generate-readme"
- ]
- },
- "version": "1.0.0"
- }
|