123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_from": "use@^3.1.0",
- "_id": "use@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==",
- "_location": "/use",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "use@^3.1.0",
- "name": "use",
- "escapedName": "use",
- "rawSpec": "^3.1.0",
- "saveSpec": null,
- "fetchSpec": "^3.1.0"
- },
- "_requiredBy": [
- "/snapdragon"
- ],
- "_resolved": "https://registry.npmjs.org/use/-/use-3.1.0.tgz",
- "_shasum": "14716bf03fdfefd03040aef58d8b4b85f3a7c544",
- "_spec": "use@^3.1.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/snapdragon",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/use/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Brian Woodward",
- "url": "https://twitter.com/doowb"
- },
- {
- "name": "Jon Schlinkert",
- "url": "http://twitter.com/jonschlinkert"
- },
- {
- "name": "Olsten Larck",
- "url": "https://i.am.charlike.online"
- },
- {
- "url": "https://github.com/wtgtybhertgeghgtwtg"
- }
- ],
- "dependencies": {
- "kind-of": "^6.0.2"
- },
- "deprecated": false,
- "description": "Easily add plugin support to your node.js application.",
- "devDependencies": {
- "base-plugins": "^1.0.0",
- "define-property": "^2.0.0",
- "extend-shallow": "^3.0.1",
- "gulp": "^3.9.1",
- "gulp-eslint": "^4.0.0",
- "gulp-format-md": "^1.0.0",
- "gulp-istanbul": "^1.1.2",
- "gulp-mocha": "^3.0.1",
- "mocha": "^4.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/use",
- "keywords": [
- "use"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "use",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/use.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "related": {
- "list": [
- "base",
- "base-plugins",
- "ware"
- ]
- },
- "reflinks": [
- "verb",
- "ware"
- ],
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "3.1.0"
- }
|