| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "grunt-contrib-requirejs@^1.0.0", |
| 3 | "_id": "grunt-contrib-requirejs@1.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-7BZwyvwycTkC7lNWlFRxWy48utU=", |
| 6 | "_location": "/grunt-contrib-requirejs", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "grunt-contrib-requirejs@^1.0.0", |
| 12 | "name": "grunt-contrib-requirejs", |
| 13 | "escapedName": "grunt-contrib-requirejs", |
| 14 | "rawSpec": "^1.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "#DEV:/" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/grunt-contrib-requirejs/-/grunt-contrib-requirejs-1.0.0.tgz", |
| 22 | "_shasum": "ec1670cafc32713902ee53569454715b2e3cbad5", |
| 23 | "_spec": "grunt-contrib-requirejs@^1.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar", |
| 25 | "author": { |
| 26 | "name": "Grunt Team", |
| 27 | "url": "http://gruntjs.com/" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/gruntjs/grunt-contrib-requirejs/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": { |
| 34 | "requirejs": "^2.1.0" |
| 35 | }, |
| 36 | "deprecated": false, |
| 37 | "description": "Optimize RequireJS projects using r.js", |
| 38 | "devDependencies": { |
| 39 | "grunt": "^0.4.5", |
| 40 | "grunt-cli": "^0.1.13", |
| 41 | "grunt-contrib-clean": "^0.6.0", |
| 42 | "grunt-contrib-internal": "^0.4.7", |
| 43 | "grunt-contrib-jshint": "^0.11.0", |
| 44 | "grunt-contrib-nodeunit": "^0.4.0" |
| 45 | }, |
| 46 | "engines": { |
| 47 | "node": ">=0.10.0" |
| 48 | }, |
| 49 | "files": [ |
| 50 | "tasks" |
| 51 | ], |
| 52 | "homepage": "https://github.com/gruntjs/grunt-contrib-requirejs#readme", |
| 53 | "keywords": [ |
| 54 | "gruntplugin" |
| 55 | ], |
| 56 | "license": "MIT", |
| 57 | "main": "tasks/requirejs.js", |
| 58 | "name": "grunt-contrib-requirejs", |
| 59 | "repository": { |
| 60 | "type": "git", |
| 61 | "url": "git+https://github.com/gruntjs/grunt-contrib-requirejs.git" |
| 62 | }, |
| 63 | "scripts": { |
| 64 | "test": "grunt test" |
| 65 | }, |
| 66 | "version": "1.0.0" |
| 67 | } |